PATH
WebObjects 4.5 Documentation >
Creating a Java Client Application: A Tutorial
What is an Enterprise Object?
An enterprise object is like any other object, in that it couples data with the methods for operating on that data. However, an enterprise object class has certain characteristics that distinguish it from other classes:
-
It has properties that map to stored data; an enterprise object instance typically corresponds to a single row or record in a database.
-
It knows how to interact with other parts of the Framework to give and receive values for its properties.
The ingredients that make up an enterprise object are its class definition and the data values from the database row or record with which the object is instantiated. An enterprise object also has a corresponding model that defines the mapping between the class' object model and the database schema.
© 1999 Apple Computer, Inc. – (Last Updated 13 Sep 99)